Skip to content

chore(deps): update dependency vite-plus to v0.1.15#2397

Closed
renovate[bot] wants to merge 1 commit intomainfrom
renovate/vite
Closed

chore(deps): update dependency vite-plus to v0.1.15#2397
renovate[bot] wants to merge 1 commit intomainfrom
renovate/vite

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 6, 2026

This PR contains the following updates:

Package Change Age Confidence
vite-plus (source) 0.1.120.1.15 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

voidzero-dev/vite-plus (vite-plus)

v0.1.15: vite-plus v0.1.15 -- Task runner concurrency controls, vpr shorthand and bun support

Compare Source

A packed release with task runner concurrency controls, a new vpr shorthand, dynamic shell completions, bun package manager support, and 10x migration performance improvement.

Highlights
  • Task runner concurrency controls -- New --concurrency-limit flag to limit concurrent tasks (defaults to 4) and --parallel flag to ignore task dependencies and run all tasks at once (vite-task#288, vite-task#309)
  • vpr standalone shorthand -- Run tasks faster with vpr build instead of vp run build (#​1178)
  • Dynamic shell completions -- vp run and vpr now offer tab-completion for available tasks across all major shells (#​1181)
  • Bun package manager support -- vp create and install scripts now support bun as a first-class package manager (#​1005)
  • 10x migration speedup -- rewriteAllImports uses cached rules, pre-filtering, and rayon parallelism for dramatically faster migrations (#​1172)
Breaking Changes
  • vp run argument order -- Flags must now come before the task name: vp run -r build instead of vp run build -r, because arguments after the task name are now passed through to the task instead of consumed by vp (vite-task#286, vite-task#290) -- @​liangmiQwQ, @​branchseer
  • VITE_PLUS_* env vars renamed to VP_* -- All environment variables now use the shorter VP_ prefix (#​1166) -- @​jong-kyung
Features
Fixes & Enhancements
Refactoring
Chore
Published Packages
Installation

macOS/Linux:

curl -fsSL https://vite.plus | bash

Windows:

irm https://vite.plus/ps1 | iex

Upgrade:

vp upgrade
New Contributors

Welcome to all new contributors! 🎉

@​Giorno-Giovana, @​connorshea

Full Changelog: voidzero-dev/vite-plus@v0.1.14...v0.1.15

v0.1.14: vite-plus v0.1.14 — Shell Completions, Log Modes, Linux musl, and Devcontainer Support

Compare Source

A feature-packed release bringing shell completion support, new task log output modes, Linux musl target builds, improved project creation UX, and numerous testing and compatibility fixes.

Highlights
  • Shell completion support — Tab completions for bash, zsh, fish, and PowerShell (#​974)
  • Task log output modes — New --log=interleaved|labeled|grouped modes for controlling task output display (vite-task#266)
  • Smart cache skipping — Tasks that modify their own inputs are now automatically excluded from caching (vite-task#248)
  • Linux musl target support — Native builds for Alpine Linux and musl-based distros (#​995)
  • Create project in current directoryvp create . now works to scaffold a project in the current directory (#​1097)
  • Non-interactive installation — Devcontainers and CI environments can now install vite-plus without interactive prompts (#​1092)
Features
Fixes & Enhancements
Docs
Chore
Published Packages
Installation

macOS/Linux:

curl -fsSL https://vite.plus | bash

Windows:

irm https://vite.plus/ps1 | iex

Upgrade:

vp upgrade
New Contributors

Welcome to all new contributors! 🎉

@​bhbs, @​naokihaba, @​camc314, @​CoutinhoTTS

Full Changelog: voidzero-dev/vite-plus@v0.1.13...v0.1.14

v0.1.13: vite-plus v0.1.13 — Windows Improvements, Svelte Support & DTS Fixes

Compare Source

This release brings significant Windows platform improvements, Svelte template support, and resolves over 130 DTS warnings.

Highlights
  • Svelte Supportvp create now supports Svelte templates via the sv CLI (#​982)
  • Windows Trampoline — Replaced .cmd wrappers with a trampoline exe for more reliable Node.js version switching on Windows (#​981)
  • DTS Warnings Resolved — Fixed ~137 DTS warnings in vp pack when importing UserConfig (#​993)
  • Terminal Color Detection — Adopted DA1 sandwich technique for robust OSC color query detection (#​986)
Features
Fixes & Enhancements
Docs
Chore
Published Packages
Installation

macOS/Linux:

curl -fsSL https://vite.plus | bash

Windows:

irm https://vite.plus/ps1 | iex

Upgrade:

vp upgrade
New Contributors

Welcome to all new contributors! 🎉

@​jong-kyung, @​JasonOA888, @​mudiageo, @​creativerezz, @​rrdelaney, @​liangmiQwQ, @​ErikCH, @​TheAlexLichter

Full Changelog: voidzero-dev/vite-plus@v0.1.12...v0.1.13


Configuration

📅 Schedule: Branch creation - "on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 6, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs.npmx.dev Error Error Apr 6, 2026 0:42am
npmx.dev Error Error Apr 6, 2026 0:42am
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
npmx-lunaria Ignored Ignored Apr 6, 2026 0:42am

Request Review

@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Apr 6, 2026

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (0.1.15). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/vite branch April 6, 2026 03:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant